home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / C / MATV.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1993-10-11  |  1.6 KB  |  51 lines

  1. Matv - A Simple Matrix Class
  2.  
  3. Version: 1.0
  4. Author: Mark Von Tress, Ph.D.
  5. Date: 10/12/92
  6.  
  7. Copyright(c) Mark Von Tress 1992
  8.  
  9. These files are for a simple matrix class.
  10. ---------------------------------------------------------
  11.  
  12.          File            Description
  13.     matv.cpp    Main code for Matv
  14.     matvtest.cpp    Test program
  15.     lotto.c        freebe
  16.     matv.h        Header for matv.cpp
  17.     redir.h        Header for redir.cpp
  18.     redir.cpp    An output redirector for Windows
  19.             applications such as Easywin,
  20.             Quickwin, or WinC
  21.     catchv.dat    Example data set
  22.     matv.doc    Documentation
  23.     read.me        This file
  24.  
  25.  
  26. ------------------------------------------------------------
  27.  
  28. This is a a simple Matrix class I wrote as a redesign of my
  29. virtual matrix program YAMP. The idea was to get a portable
  30. design, and simplify the parameter passing methods. I also
  31. needed to fix several design problems that YAMP had, such as
  32. getting rid of MStack. 
  33.  
  34. I have tested it on several PC compilers with mostly good
  35. results. I would like any feedback on other PC or UNIX
  36. compilers.
  37.  
  38. There a couple of freebe programs. Lotto.c generates lotto
  39. numbers. I guess I put it in to show people who have been using
  40. C since before the ANSI standard how much our world has changed.
  41. I also put in an output redirector for the conio Windows
  42. applications. It has two methods. The first is an object
  43. oriented wrapper on the UNIX file IO tricks for redirecting
  44. output. The second shows how to use objects from the class
  45. ostream_withassign.
  46.  
  47.  
  48. Its worth $5 US as begarware. My address is on the title page of
  49. matv.doc
  50.  
  51. enjoy.